/* 公共样式 */
/* 修改默认字体 */
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: Microsoft YaHei, Arial, Helvetica, sans-serif,"\5b8b\4f53";}
ul,li{
    list-style: none;
}
input,textarea,select,a:focus {
    outline: none;
}
ul{
    margin:0;
    padding:0;
}
a{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a:active, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
}
p {
    margin-bottom: 0;
}

/* 头部样式 */
@media (min-width: 768px){
    .container {
        width: 1370px;
    }
    .work {
        width: 1170px;
    }
    .banner {
        min-width: 1370px;
    }
}
#header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #fff;
}
.header-top {
    height: 37px;
    line-height: 37px;
    color: #999;
    background-color: #fff;
}
.header-top .welcome {
    float: left;
}
.header-top  .header-right {
    float: right;
}
.header-top  .header-right p a {
    padding-left: 18px;
    margin-left: 50px;
    background: url(/assets/images/icon01.png) 0 center no-repeat;
}
.header-top  .header-right p a:hover {
    color: #df0615;
}
.navContent {
    position: relative;
}
.navbar-default {
    background-color: #fff;
}
.navbar {
    height: 90px;
    min-height: 90px;
    margin-bottom: 0;
}
.navbar-brand {
    height: 90px;
    padding: 21px 15px;
}
@media (min-width: 768px) {
    .navbar-brand img{
        width: 100%;
    }
}
.navbar-nav>li>a {
    display: inline-block;
    padding: 35px 30px;
    font-size: 16px;
}
.nav-center {
    margin-left: 110px;
}
@media (max-width: 1400px) {
    .nav-center {
        margin-left: 95px;
    }
}
.navbar-default .navbar-nav>li>a {
    color: #999;
    font-weight: bold;
}
.navbar-default .navbar-nav>li.on>a {
    color: #333;
}
.navbar-default .navbar-nav>li {
    height: 90px;
}
.dropdown-menu {
    min-width: 140px;
    padding: 0;
    background-color: rgba(255,255,255,0.9);
    border-top: 2px solid #df0615;
    box-shadow: transparent;
    border-radius: none;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: -2px;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.dropdown-menu>li:last-child a {
    border-bottom: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #df0615;
    transition: 0.5s;
}
.navbar-right {
    height: 36px;
    margin-top: 28px;
    padding-right: 15px;
}
.navbar-right img {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: top;
    float: left;
    margin-left: 10px;
}
.navbar-right>form {
    width: 206px;
    height: 36px;
    float: left;
}
.formSearch input {
    width: 0;
    height: 36px;
    padding-left: 15px;
    float: left;
    border-radius: 20px;
    transition: 0.3s;
    opacity: 0;
    border: none;
}
.formSearch  button {
    width: 36px;
    height: 36px;
    border: none;
    background: url(/assets/images/icon02.png) no-repeat;
    float: right;
}
.formSearch:hover input {
    width: 160px;
    opacity: 1;
    border: 1px solid #333;
}
/* 头部样式 end */

/* 返回顶部样式 */
.scroll-top {
    display: block;  
    width: 50px;
    height: 60px; 
    border: 1px solid #e0dcdc;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    transition: 0.5s;
    cursor: pointer;
    background-color: #fff;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 999;
}
.scroll-top .glyphicon {
    font-weight: bold;
    top: 5px;
}
.scroll-top:hover p, .scroll-top:hover .glyphicon {
    color: #df0615;
}
/* 返回顶部样式 end*/
#newBridge .icon-left-center {
	top: 43% !important;
}

/* 联系悬浮框 */
.contactCom {
    width: 53px;
    position: fixed;
    top: 200px;
    right: 40px;
    z-index: 9999;
}
.contactCom .lx {
    width: 53px;
    height: 53px;
    margin-bottom: 5px;
    opacity: 0.5;
    cursor: pointer;
}
.contactCom .lx1 {
    background: url(/assets/images/weChat.jpg) no-repeat;
}
.contactCom .lx2 {
    background: url(/assets/images/phone.jpg) no-repeat;
}
.contactCom .lx3 a {
    width: 53px;
    height: 53px;
    display: block;
    background: url(/assets/images/load.jpg) no-repeat;
}
.contactCom .lx1:hover {
    opacity: 1;
    background: url(/assets/images/weChat01.jpg) no-repeat;
}
.contactCom .lx2:hover {
    opacity: 1;
    background: url(/assets/images/phone01.jpg) no-repeat;
}
.contactCom .lx3:hover {
    opacity: 1;
}
.contactCom .lx3:hover a{
    width: 177px;
    opacity: 1;
    background: url(/assets/images/load01.jpg) no-repeat;
    position: absolute;
    right: 0;
}
.contactCom .lxLogo {
    display: none;
    position: absolute;
    top: 0;
    right: 73px;
}
.contactCom .lxLogo p {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #999;
    position: relative;
}
.contactCom .lxLogo p:after {
    position: absolute;
    top: 10px;
    right: -20px;
    width: 10px;
    content: "";
    border-width:5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
}
.contactCom .lxPhone {
    top: 70px;
}
/* 联系悬浮框 end */

#container {
    margin-top: 129px;
}

/* 底部样式 */
footer {
    background-color: #262626;
    font-size: 14px;
    color: #fefefe;
}
footer .container {
    background-color: #262626;
}
footer .footTop {
    padding: 40px 15px;
}
footer .footPhone, footer .footLink, footer .footweChat {
    height: 100%;
    padding-top: 30px;
    border-left: 1px solid #3b3b3b;
}
.footTest {
    width: 31.33333%;
    padding-top: 30px;  
}
.footTest p:nth-of-type(1) {
    margin-top: 30px;
    padding-left: 22px;
    background: url(/assets/images/icon04.png) 0 center no-repeat;
}
.footTest p:last-child {
    padding-left: 22px;
    background: url(/assets/images/icon05.png) no-repeat;
}
.footTest p:nth-of-type(2) {
    margin-top: 20px;
}
footer .footPhone {
    width: 24%;
    padding-left: 48px;
}
footer .footPhone p:nth-of-type(2) {
    font-size: 36px;
    margin-top: 17px;
    margin-bottom: 17px;
}
footer .footLink {
    width: 21.666%;
    color: #e7e7e7;
    padding-left: 36px;
/*    visibility: hidden;*/
}
footer .footLink p {
    margin-bottom: 15px;
}
footer .footLink p a {
    margin-right: 20px;
}
/*footer .footLink p:last-child a {*/
/*    margin-left: 30px;*/
/*}*/
footer .footweChat {
    width: 23%;
    padding-left: 30px;
}
footer .footweChat img:last-child {
    margin-left: 22px;
}
.footBottom {
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    border-top: 1px solid #3b3b3b;
}
.footNav {
    display: flex;
}
.footNav li span {
    margin: 0 12px;
}
.copyright {
    text-align: right;
}
.copyright a {
    margin-left: 10px;
}
footer a:hover {
    color: #df0615;
}
/* 底部样式 end */


@media (max-width: 767px) {
    /* 头部 */
    .header-top {
        height: 100%;
        font-size: 12px;
        line-height: 160%;
    }
    .header-top .header-right p a {
        margin-left: 0;
    }
    .navbar {
        height: 100%;
        min-height: 50px;
    }
    .navbar-brand {
        height: 50px;
        padding: 8px 15px;
    }
    .nav-center {
        margin-left: 0;
    }
    .nav>li span {
        display: none;  
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding: 10px 0;
    }
    .navbar-collapse {
        background-color: #fff;
        padding-bottom: 15px;
    }
    .navbar-default .navbar-nav>li {
        height: 100%;
    }
    .dropdown-menu>li>a {
        text-align: left;
        border-bottom: none;
        
    } 
    .navbar-nav .open .dropdown-menu>li>a {
        padding-left: 0;
    }
    .formSearch input {
        width: 160px;
        opacity: 1;
        border: 1px solid #333;
    }
    /* 头部 end*/

    .contactCom {
        display: none;
    }

    #container {
        margin-top: 100px;
    }

    /* 底部 */
    footer {
        font-size: 14px;
    }
    footer .footTop {
        padding-top: 20px;  
    }
    footer .footTest, footer .footPhone, footer .footLink, footer .footweChat {
        width: 100%;
        padding-left: 15px;
    }
    footer .footPhone p:nth-of-type(2) {
        font-size: 24px;
    }
    footer .footPhone, footer .footLink, footer .footweChat {
        height: 100%;
        border: none;
    }footer .footweChat {
        text-align: center;
    }
    .footBottom {
        height: 100%;
        padding: 10px 0;
        line-height: normal;
        font-size: 12px;  
    }
    .footNav li span {
        margin: 0 5px; 
    }
    .copyright {
        text-align: center;
        margin-top: 5px;
    }  
    /* 底部 end*/


}


